MessageLastModificationTime Property

Contains the date and time when the message was last modified.

Definition

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
C#
public DateTime LastModificationTime { get; set; }

Property Value

DateTime
The last modification time.

Remarks

This property is initially set to the same value as the CreationTime property.

See Also